home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / hardware / ioblixz2usr376 / ioblixz2usr376.lha / Devs / DOSDrivers / PZIP0 < prev    next >
Text File  |  1998-10-01  |  590b  |  33 lines

  1. /* 
  2.  *
  3.  * Amiga ZIP-Disk Mountlist
  4.  *
  5.  */
  6.  
  7. Flags           = 0
  8. FileSystem      = L:FastFileSystem
  9. Surfaces        = 1
  10. SectorsPerBlock = 1
  11. BlocksPerTrack  = 68
  12. Reserved        = 2
  13. Interleave      = 0
  14. LowCyl          = 2
  15. HighCyl         = 2890
  16. Buffers         = 100
  17. BufMemType      = 5
  18. MaxTransfer     = 0x00ffffff
  19. Mask            = 0xffffffff
  20. DosType         = 0x444F5303
  21. GlobVec         = -1
  22. StackSize       = 4096
  23. Mount           = 1
  24. Priority        = 10
  25.  
  26. /* The Device and Unit fields are controlled 
  27.  * by tooltypes in the icon.
  28.  *
  29.  * Device       = scsi.device
  30.  * Unit         = 5
  31.  */
  32.  
  33.